Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix remote candidate deduplication #578

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

k0nserv
Copy link
Collaborator

@k0nserv k0nserv commented Oct 24, 2024

No description provided.

When considering whether to de-duplicate a remote candidate it's
sufficient to verify that it exists in any pair. In particular, checking
`state == CheckState::Succeeded` is problematic because in ICE lite this
is never true(ICE lite agents don't send binding requests).
@k0nserv k0nserv force-pushed the fix/fix-remote-candidate-deduplication branch from b5b6169 to 135da62 Compare October 24, 2024 10:01
@k0nserv k0nserv merged commit f4e8558 into main Oct 24, 2024
22 checks passed
@k0nserv k0nserv deleted the fix/fix-remote-candidate-deduplication branch October 24, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants